home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / basic / ace24dist.lha / ace24.lha / SUBmods / EasyRequest / ReadMe < prev    next >
Text File  |  1996-09-10  |  741b  |  22 lines

  1.  
  2. This SUBmod is an adaptation of ACE code written by Nils Sjoholm to provide an 
  3. alternative to ACE's limited MsgBox function/statement via an Intuition library 
  4. EasyRequester.
  5.  
  6. To create an executable which incorporates this SUBmod's functionality, type:
  7.  
  8.     bas -O YourPrgName EasyRequest.o
  9.  
  10. or use the supplied Make file. See also the provided example program, test.b.
  11.  
  12. Note that the code in EasyRequest.h is necessary when using this SUBmod as
  13. shown by the #include line in test.b. Place this file in your ACEinclude:
  14. directory.
  15.  
  16. If you wish to change the SUBmod code (in EasyRequest.b) and recompile it, you 
  17. will need to have intuition.bmap in your ACEbmaps: directory.
  18.  
  19. Thanks goes to Nisse for his code. Enjoy!
  20.  
  21. David Benn, July 1995
  22.